-
Notifications
You must be signed in to change notification settings - Fork 794
[UR][SYCL] Add support for zeCommandListAppendLaunchKernelWithArguments()
#20316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UR][SYCL] Add support for zeCommandListAppendLaunchKernelWithArguments()
#20316
Conversation
816fda9 to
f2b4eb5
Compare
f2b4eb5 to
a766e0e
Compare
a766e0e to
2e469a3
Compare
sycl/unittests/Extensions/FreeFunctionCommands/FreeFunctionCommandsEvents.cpp
Show resolved
Hide resolved
896f37c to
f10396e
Compare
|
Rebased |
d3db808 to
1c86d5c
Compare
1c86d5c to
8fafee6
Compare
zeCommandListAppendLaunchKernelWithArguments()
|
@aelovikov-intel @pbalcer @slawekptak re-review please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is somewhat messy, but I can't think how it could be improved, so LGTM, except one inline comment.
sycl/test/gdb/printers.cpp
Outdated
|
|
||
| // CHECK: 0 | class sycl::detail::queue_impl | ||
| // CHECK: 56 | device_impl & MDevice | ||
| // CHECK: 16 | class sycl::detail::array<> (base) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to this file mean that some other file with gdb printers needs updates. In particular, we need to know the offset from queue_impl to device_impl.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, but which other file? What and where should be updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind. This change is not needed. I have reverted that.
Done.
4d5e639 to
1007ca3
Compare
…ch in one call." (intel#19661)" This reverts commit d25d6d6. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1007ca3 to
467faad
Compare
…ts() Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
|
@intel/dpcpp-nativecpu-reviewers @intel/llvm-reviewers-cuda @intel/llvm-reviewers-runtime @intel/unified-runtime-reviewers-opencl please review |
|
@steffenlarsen Could you review this PR on behalf of @intel/dpcpp-nativecpu-reviewers ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, I was just granted these powers yesterday. NativeCPU changes LGTM!
|
@intel/llvm-gatekeepers please consider merging |
|
@intel/llvm-gatekeepers please merge |
Thank you! :-) |
No description provided.